@charset "utf-8";

.wlp-button4 {
    position: relative;
    overflow: hidden
}

.wlp-button4::after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .5);
    -webkit-transition: all .5s;
    transition: all .5s
}

.wlp-button4:hover::after {
    opacity: 1;
    -webkit-transform: skewX(-180deg) scale(.5, 1);
    transform: skewX(-180deg) scale(.5, 1)
}

.mirrorRotateLevel img {
    transition: all .4s;
    -webkit-transition: all .4s
}

.mirrorRotateLevel:hover img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH
}

.imgZoom img {
    transition: all .5s;
    -webkit-transition: all .5s
}

.imgZoom:hover img {
    transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08)
}

.imgRotate img {
    -webkit-transition: -webkit-transform 2s ease-out;
    -moz-transition: -moz-transform 2s ease-out;
    -o-transition: -o-transform 2s ease-out;
    -ms-transition: -ms-transform 2s ease-out
}

.imgRotate img:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
}

.wlp-button:hover {
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1)) !important;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1)) !important
}

.wlp-shadow {
    transition: all .4s
}

.wlp-shadow:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .3) !important
}

.wlp-flow-shadow {
    -webkit-transition: all .5s;
    transition: all .5s
}

.wlp-flow-shadow:hover {
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.wlp-filter:hover img {
    -moz-opacity: .7;
    -webkit-opacity: .7;
    opacity: .7
}

/* 图片 */
.imgBoxCover{ padding-bottom: 75%; position: relative; overflow: hidden;}
.imgBoxCover img{ width: 100%; height: 100%; position:absolute;top:0;bottom:0;left:0;right:0; margin:auto; -o-object-fit: cover; object-fit: cover;}
.imgBoxAuto{ padding-bottom: 75%; position: relative; overflow: hidden;}
.imgBoxAuto img{ position:absolute;top:0;bottom:0;left:0;right:0; margin:auto;}

.wlp-space1 {
    margin: -.5px
}

.wlp-space1>* {
    padding: .5px
}

.wlp-space3 {
    margin: -1.5px
}

.wlp-space3>* {
    padding: 1.5px
}

.wlp-space5 {
    margin: -2.5px
}

.wlp-space5>* {
    padding: 2.5px
}

.wlp-space8 {
    margin: -3.5px
}

.wlp-space8>* {
    padding: 3.5px
}

.wlp-space10 {
    margin: -5px
}

.wlp-space10>* {
    padding: 5px
}

.wlp-space12 {
    margin: -6px
}

.wlp-space12>* {
    padding: 6px
}

.wlp-space15 {
    margin: -7.5px
}

.wlp-space15>* {
    padding: 7.5px
}

.wlp-space18 {
    margin: -9px
}

.wlp-space18>* {
    padding: 9px
}

.wlp-space20 {
    margin: -10px
}

.wlp-space20>* {
    padding: 10px
}

.wlp-space22 {
    margin: -11px
}

.wlp-space22>* {
    padding: 11px
}

.wlp-space25 {
    margin: -12.5px
}

.wlp-space25>* {
    padding: 12.5px
}

.wlp-space30 {
    margin: -15px
}

.wlp-space30>* {
    padding: 15px
}

.wlp-col-lg1,
.wlp-col-lg10,
.wlp-col-lg11,
.wlp-col-lg12,
.wlp-col-lg2,
.wlp-col-lg3,
.wlp-col-lg4,
.wlp-col-lg5,
.wlp-col-lg6,
.wlp-col-lg7,
.wlp-col-lg8,
.wlp-col-lg9 {
    float: left
}

.wlp-col-lg1 {
    width: 8.33333333%
}

.wlp-col-lg2 {
    width: 16.66666667%
}

.wlp-col-lg3 {
    width: 25%
}

.wlp-col-lg4 {
    width: 33.33333333%
}

.wlp-col-lg5 {
    width: 41.66666667%
}

.wlp-col-lg6 {
    width: 50%
}

.wlp-col-lg7 {
    width: 58.33333333%
}

.wlp-col-lg8 {
    width: 66.66666667%
}

.wlp-col-lg9 {
    width: 75%
}

.wlp-col-lg10 {
    width: 83.33333333%
}

.wlp-col-lg11 {
    width: 91.66666667%
}

.wlp-col-lg12 {
    width: 100%
}

@media only screen and (min-width:1680px) and (max-width:1920px) {

    .wlp-col-md1,
    .wlp-col-md10,
    .wlp-col-md11,
    .wlp-col-md12,
    .wlp-col-md2,
    .wlp-col-md3,
    .wlp-col-md4,
    .wlp-col-md5,
    .wlp-col-md6,
    .wlp-col-md7,
    .wlp-col-md8,
    .wlp-col-md9 {
        float: left
    }

    .wlp-col-md1 {
        width: 8.33333333%
    }

    .wlp-col-md2 {
        width: 16.66666667%
    }

    .wlp-col-md3 {
        width: 25%
    }

    .wlp-col-md4 {
        width: 33.33333333%
    }

    .wlp-col-md5 {
        width: 41.66666667%
    }

    .wlp-col-md6 {
        width: 50%
    }

    .wlp-col-md7 {
        width: 58.33333333%
    }

    .wlp-col-md8 {
        width: 66.66666667%
    }

    .wlp-col-md9 {
        width: 75%
    }

    .wlp-col-md10 {
        width: 83.33333333%
    }

    .wlp-col-md11 {
        width: 91.66666667%
    }

    .wlp-col-md12 {
        width: 100%
    }
}

@media screen and (min-width:768px) {

    .wlp-col-sm1,
    .wlp-col-sm10,
    .wlp-col-sm11,
    .wlp-col-sm12,
    .wlp-col-sm2,
    .wlp-col-sm3,
    .wlp-col-sm4,
    .wlp-col-sm5,
    .wlp-col-sm6,
    .wlp-col-sm7,
    .wlp-col-sm8,
    .wlp-col-sm9 {
        float: left
    }

    .wlp-col-sm1 {
        width: 8.33333333%
    }

    .wlp-col-sm2 {
        width: 16.66666667%
    }

    .wlp-col-sm3 {
        width: 25%
    }

    .wlp-col-sm4 {
        width: 33.33333333%
    }

    .wlp-col-sm5 {
        width: 41.66666667%
    }

    .wlp-col-sm6 {
        width: 50%
    }

    .wlp-col-sm7 {
        width: 58.33333333%
    }

    .wlp-col-sm8 {
        width: 66.66666667%
    }

    .wlp-col-sm9 {
        width: 75%
    }

    .wlp-col-sm10 {
        width: 83.33333333%
    }

    .wlp-col-sm11 {
        width: 91.66666667%
    }

    .wlp-col-sm12 {
        width: 100%
    }
}

@media screen and (max-width:768px) {

    .wlp-col-xs1,
    .wlp-col-xs10,
    .wlp-col-xs11,
    .wlp-col-xs12,
    .wlp-col-xs2,
    .wlp-col-xs3,
    .wlp-col-xs4,
    .wlp-col-xs5,
    .wlp-col-xs6,
    .wlp-col-xs7,
    .wlp-col-xs8,
    .wlp-col-xs9 {
        float: left
    }

    .wlp-col-xs1 {
        width: 8.33333333%
    }

    .wlp-col-xs2 {
        width: 16.66666667%
    }

    .wlp-col-xs3 {
        width: 25%
    }

    .wlp-col-xs4 {
        width: 33.33333333%
    }

    .wlp-col-xs5 {
        width: 41.66666667%
    }

    .wlp-col-xs6 {
        width: 50%
    }

    .wlp-col-xs7 {
        width: 58.33333333%
    }

    .wlp-col-xs8 {
        width: 66.66666667%
    }

    .wlp-col-xs9 {
        width: 75%
    }

    .wlp-col-xs10 {
        width: 83.33333333%
    }

    .wlp-col-xs11 {
        width: 91.66666667%
    }

    .wlp-col-xs12 {
        width: 100%
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body {
    font-size: 16px;
    color: #666;
    overflow-x: hidden;
    font-family: 'Noto Sans SC', "Source Han Sans CN", "PingFang SC", Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    padding-top: 80px
}

dd,
dl,
dt,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
li,
ol,
p,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block
}

button,
input,
select,
textarea {
    outline: 0;
    font-family: "Noto Sans SC", "Source Han Sans CN", "Microsoft YaHei", Helvetica, Arial, Verdana, sans-serif
}

::-webkit-input-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

a {
    text-decoration: none;
    color: #666;
    transition: color .56s ease
}

a:hover {
    color: #0694df
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.clearfix {
    zoom: 1
}

.clear {
    clear: both
}

.overflow {
    overflow-y: hidden
}

.fl {
    float: left
}

.fr {
    float: right
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    border: none
}

.wrap {
    width: 1520px;
    margin: 0 auto
}

.ovh {
    overflow: hidden
}

::-webkit-scrollbar {
    width: 8px;
    padding-right: 8px;
    background-color: #f2f2f2
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .6)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, .6)
}

.header {
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999
}

.header .logo {
    float: left;
    padding: 10px 0
}

.header .headRight {
    float: right
}

.header .nav {
    float: left
}

.header .nav ul {
    margin-left: -45px
}

.header .nav ul li {
    line-height: 80px;
    position: relative;
    margin-left: 35px;
    float: left
}

.header .nav ul li a {
    color: #666;
    font-size: 18px;
    display: block;
    position: relative;
    z-index: 11;
    transition: all .4s
}

.header .nav ul li:before {
    content: "";
    width: 0;
    height: 3px;
    background: #0694df;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    transform: translate(-50%, 0);
    transition: all .4s
}

.header .nav ul li.on a,
.header .nav ul li:hover a {
    color: #0694df;
    font-weight: 700
}

.header .nav ul li.on::before,
.header .nav ul li:hover:before {
    width: 100%
}

.header .lang {
    float: left;
    margin-left: 50px;
    position: relative
}

.header .lang a {
    color: #666;
    font-size: 18px;
    line-height: 80px
}

.header .lang a:hover {
    color: #0694df
}

.header .lang::before {
    content: "";
    width: 1px;
    height: 20px;
    background: #c4c4c4;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%)
}

.header .searchBtn {
    width: 30px;
    height: 30px;
    background: url(../images/searchBtn.png) no-repeat center;
    margin-left: 20px;
    margin-top: 25px;
    float: left;
    cursor: pointer
}

.header .menu-toggle {
    display: none
}

.banner {
    position: relative
}

.banner .swiper-container {
    width: 100%;
    overflow: hidden
}

.banner .swiper-container .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.banner .swiper-container .swiper-slide a {
    display: block;
    width: 100%
}

.banner .swiper-container .swiper-slide img {
    width: 100%
}

.banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 30px;
    width: 100%;
    text-align: center
}

.banner .swiper-pagination-switch {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    margin: 0 6px;
    border-radius: 10px;
    cursor: pointer
}

.banner .swiper-active-switch {
    background: #0694df;
    opacity: 1
}

.neiBanner {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.title {
    text-align: center;
    margin-bottom: 40px
}

.title h3 {
    font-size: 72px;
    font-weight: 700;
    color: #e5e5e5;
    font-family: 'Noto Serif SC', serif;
    line-height: 1
}

.title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin-top: -45px;
    margin-bottom: 20px;
    position: relative
}

.title h2 span {
    color: #0694df
}

.title p {
    width: 895px;
    font-size: 16px;
    color: #999;
    margin: 0 auto
}

.more {
    width: 110px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    background: #0695e1;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    transition: all .4s
}

.more:hover {
    background: #007abb;
    color: #fff
}

.ipro {
    padding: 70px 0;
    background: #fbfbfb
}

.ipro .box {
    margin-bottom: 70px
}

.ipro .box .swiper-container {
    margin: 0 -27px
}

.ipro .box .swiper-slide {
    box-sizing: border-box;
    padding: 0 27px;
}

.ipro .box .swiper-slide dl {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden
}

.ipro .box .swiper-slide dl::before {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: #e4e4e4 solid 10px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
    transition: all .4s
}

.ipro .box .swiper-slide dl img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 10px
}

.ipro .box .swiper-slide h3 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px
}

.ipro .box .swiper-slide a:hover dl::before {
    border: #0695e1 solid 10px
}

.iabout {
    padding: 70px 0;
    background: url(../images/iaboutBg.jpg) no-repeat center bottom;
    background-size: cover;
    border-bottom: #dadada solid 3px
}

.iabout .aboutCon {
    margin-bottom: 50px
}

.iabout .aboutCon .text {
    width: 50%;
    float: left
}

.iabout .aboutCon .text .tit {
    margin-top: -18px;
    margin-bottom: 20px
}

.iabout .aboutCon .text .tit h3 {
    font-size: 100px;
    color: #000;
    line-height: 1;
    font-family: 'Noto Serif SC', serif;
    margin-right: 10px;
    float: left
}

.iabout .aboutCon .text .tit dl {
    float: left;
    padding-top: 30px
}

.iabout .aboutCon .text .tit h2 {
    font-size: 20px;
    color: #333;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 12px
}

.iabout .aboutCon .text .tit p {
    font-size: 32px;
    color: #000;
    line-height: 1;
    font-family: 'Noto Serif SC', serif;
    font-weight: 900
}

.iabout .aboutCon .text .biaoyu {
    font-size: 40px;
    color: #000;
    font-weight: 300;
    margin-bottom: 20px
}

.iabout .aboutCon .text .biaoyu span {
    color: #0694df
}

.iabout .aboutCon .text .box {
    color: #888;
    line-height: 30px
}

.iabout .aboutCon .text .more {
    margin: 30px 0 0;
    float: right
}

.iabout .aboutCon .pic {
    width: 50%;
    padding-left: 54px;
    padding-top: 25px;
    float: left;
    cursor: pointer;
}

.history {
    position: relative
}

.history::after {
    content: "";
    width: 100%;
    height: 20px;
    background: url(../images/icon06.png) repeat-x;
    position: absolute;
    left: 0;
    bottom: 38px
}

.history .swiper-container .swiper-slide {
    padding: 0 40px;
    box-sizing: border-box
}

.history .swiper-container .swiper-slide .item {
    height: 200px;
    text-align: center
}

.history .swiper-container .swiper-slide .item dl {
    font-size: 64px;
    color: #0694df;
    font-weight: 700;
    font-family: 'Kdam Thmor Pro', sans-serif;
    line-height: 1;
    opacity: .17
}

.history .swiper-container .swiper-slide .item dt {
    color: #888;
    line-height: 1.2;
    margin-top: -20px
}

.history .swiper-container .swiper-slide .item dd {
    font-size: 20px;
    color: #565656;
    font-weight: 700;
    line-height: 1;
    position: relative;
    margin-top: 45px
}

.history .swiper-container .swiper-slide .item dd::before {
    content: "";
    width: 42px;
    height: 42px;
    background: url(../images/icon05.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%)
}

.advantage {
    padding: 60px 0 75px
}

.advantage .box ul {
    margin: 0 -8px
}

.advantage .box>ul>li {
    width: 25%;
    padding: 0 8px;
    float: left
}

.advantage .box>ul>li .item {
    height: 530px;
    padding: 25px 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 10px
}

.advantage .box>ul>li .item .tit {
    text-align: center;
    margin-bottom: 15px
}

.advantage .box>ul>li .item .tit dl {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center
}

.advantage .box>ul>li .item .tit h3 {
    font-size: 24px;
    color: #000;
    font-weight: 900
}

.advantage .box>ul>li .item .tit p {
    color: #999
}

.advantage .box>ul>li .item .con ul li {
    font-size: 14px;
    color: #999;
    line-height: 18px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px
}

.advantage .box>ul>li .item .con ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #0694df;
    border-radius: 8px;
    position: absolute;
    left: 0;
    top: 5px
}

.layout {
    padding: 70px 0 0;
    background: #f8f8f8
}

.inews {
    padding: 75px 0 50px
}

.inews .box {
    margin-bottom: 50px
}

.inews .box ul {
    margin: 0 -13px
}

.inews .box ul li {
    width: 25%;
    padding: 0 13px;
    float: left
}

.inews .box ul li a {
    background: #fff;
    padding: 20px;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.inews .box ul li dl {
    padding-bottom: 62.5%;
    position: relative;
    overflow: hidden
}

.inews .box ul li dl img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto
}

.inews .box ul li ol h3 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 8px 0
}

.inews .box ul li ol dd {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px
}

.inews .box ul li ol dt {
    height: 48px;
    line-height: 24px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.inews .box ul li a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.about {
    padding: 50px 0 40px;
    background: #f9f9f9
}

.about .text {
    color: #898989;
    line-height: 30px;
    margin-bottom: 85px
}

.about .pic {
    padding-top: 60px;
    display: flex;
    justify-content: space-between
}

.num {
    background: url(../images/numBg.jpg) no-repeat center;
    background-size: cover
}

.num .box {
    height: 250px
}

.num .box ul {
    padding-top: 80px;
    overflow: hidden
}

.num .box ul li {
    width: 33.33%;
    text-align: center;
    position: relative;
    float: left
}

.num .box ul li::before {
    content: "";
    width: 1px;
    height: 65px;
    background: #fff;
    position: absolute;
    left: -1px;
    top: 0
}

.num .box ul li dl {
    font-size: 60px;
    color: #fff;
    font-family: 'Kdam Thmor Pro', sans-serif;
    line-height: 1
}

.num .box ul li dl span {
    font-size: 16px;
    font-family: 'Noto Sans SC', sans-serif
}

.num .box ul li dd {
    font-size: 16px;
    color: #fff
}

.patent {
    padding: 65px 0 88px;
    background: #f3f5f8
}

.patent .box {
    padding: 20px 0
}

.patent .box ul {
    margin: 0 -20px
}

.patent .box ul li {
    width: 20%;
    padding: 0 20px;
    margin-bottom: 35px;
    float: left
}

.patent .box ul li dl {
    background: #fff;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden
}

.patent .box ul li dl img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.patent .box ul li h3 {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin-top: 15px
}

.culture {
    padding: 65px 0 135px
}

.culture .box {
    padding-top: 30px
}

.culture .box ul {
    margin: 0 -80px
}

.culture .box ul li {
    width: 33.33%;
    padding: 0 80px;
    text-align: center;
    float: left
}

.culture .box ul li h3 {
    color: #000;
    padding: 20px 0;
    margin-bottom: 25px;
    position: relative
}

.culture .box ul li h3::after {
    content: "";
    width: 30px;
    height: 3px;
    background: #156ade;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
}

.culture .box ul li dt {
    line-height: 1.8
}

.news {
    padding: 50px 0 88px;
    background: #f3f5f8
}

.news .box {
    margin-bottom: 30px
}

.news .box ul {
    margin: 0 -13px
}

.news .box ul li {
    width: 25%;
    padding: 0 13px;
    margin-bottom: 25px;
    float: left
}

.news .box ul li a {
    background: #fff;
    padding: 20px;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.news .box ul li dl {
    padding-bottom: 62.5%;
    position: relative;
    overflow: hidden
}

.news .box ul li dl img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto
}

.news .box ul li ol h3 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 8px 0
}

.news .box ul li ol dd {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px
}

.news .box ul li ol dt {
    height: 48px;
    line-height: 24px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.news .box ul li a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.newsView {
    background: #e8eaee;
    padding: 50px 0 60px
}

.newsView .box {
    background: #fff;
    box-shadow: 10px 10px 0 #e4e4e4;
    margin-bottom: 10px
}

.newsView .box .newsHead {
    padding: 50px 70px 30px;
    position: relative
}

.newsView .box .newsHead::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #0694df;
    position: absolute;
    left: 70px;
    bottom: -2px
}

.newsView .box .newsHead h1 {
    font-size: 30px;
    color: #000;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px
}

.newsView .box .newsHead span {
    color: #999;
    margin-right: 30px
}

.newsView .box .viewCon {
    padding: 50px 70px 70px;
    line-height: 2
}

.newsView .box .viewPage {
    border-top: #eaeaea solid 2px;
    padding: 30px 70px;
    overflow: hidden;
    position: relative
}

.newsView .box .viewPage .boxCon {
    padding-right: 200px
}

.newsView .box .viewPage .boxCon a {
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.newsView .box .viewPage .boxCon b {
    color: #0694df
}

.newsView .box .viewPage .boxCon a:hover {
    color: #0694df
}

.newsView .box .viewPage .back {
    width: 160px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 40px;
    background: #0694df;
    position: absolute;
    right: 70px;
    top: 35px
}

.newsView .box .viewPage .back a {
    color: #fff;
    display: block
}

.products {
    padding: 30px 0 35px;
    background: #f3f5f8
}

.products .leftNav {
    width: 260px;
    float: left
}

.products .leftNav dl {
    padding-left: 20px;
    height: 62px;
    line-height: 60px;
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    background: #6b6b6b
}

.products .leftNav ul li {
    margin-top: 6px
}

.products .leftNav ul li a {
    color: #000;
    line-height: 60px;
    background: #fff;
    padding-left: 18px;
    display: block;
    position: relative
}

.leftNav ul li.on a,
.products .leftNav ul li a:hover {
    color: #0694df
}

.products .leftNav ul li a:hover::before,
.products .leftNav ul li.on a::before {
    content: "";
    width: 5px;
    height: 20px;
    background: #0694df;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.rightBox {
    width: calc(100% - 290px);
    float: right
}

.bread {
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 15px
}

.prolist {
    background: #fff;
    padding: 55px
}

.prolist ul {
    margin: 0 -28px;
    padding-bottom: 20px
}

.prolist ul li {
    width: 25%;
    padding: 0 28px;
    margin-bottom: 20px;
    float: left
}

.prolist ul li dl {
    padding-bottom: 100%;
    position: relative;
    border: #eee solid 1px;
    overflow: hidden
}

.prolist ul li dl img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto
}

.prolist ul li h3 {
    height: 38px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    margin-top: 10px
}

.proview {
    background: #fff;
    padding: 40px 50px 50px
}

.proview .tit {
    margin-bottom: 30px
}

.proview .tit h1 {
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #000;
    font-weight: 500
}

.proview .box {
    text-align: center
}

.products .page {
    text-align: center;
    background: #fff;
    padding: 50px
}

.products .page li {
    display: inline-block;
    margin: 0 30px
}

.products .page li a {
    width: 110px;
    height: 40px;
    line-height: 40px;
    background: #eaeaea;
    border-radius: 40px;
    color: #333;
    text-align: center;
    display: block;
    transition: all .4s
}

.products .page li a:hover {
    background: #0694df;
    color: #fff
}

.case {
    padding: 60px 0 70px;
    background: #f3f5f8
}

.case .box {
    padding: 15px 0
}

.case .box ul {
    margin: 0 -9px
}

.case .box ul li {
    width: 25%;
    padding: 0 9px;
    margin-bottom: 30px;
    float: left
}

.case .box ul li dl {
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px
}

.case .box ul li dl::before {
    content: "";
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: #fff solid 8px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    transition: all .4s
}

.case .box ul li dl img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 8px
}

.case .box ul li h3 {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.support {
    padding: 60px 0 70px;
    background: #f3f5f8
}

.support .box {
    padding: 15px 0
}

.support .box ul {
    margin: 0 -25px
}

.support .box ul li {
    width: 50%;
    padding: 0 25px;
    margin-bottom: 30px;
    float: left
}

.support .box ul li a {
    background: #fff;
    display: block;
    padding: 28px;
    transition: all .4s
}

.support .box ul li ol {
    padding: 0 0 0 100px;
    position: relative
}

.support .box ul li ol h3 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 8px;
    transition: all .4s
}

.support .box ul li ol dt {
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 10px;
    transition: all .4s
}

.support .box ul li ol dl {
    width: 80px;
    height: 90px;
    text-align: center;
    font-size: 14px;
    color: #0694df;
    background: #f4f4f4;
    padding-top: 8px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .4s
}

.support .box ul li ol dl b {
    font-size: 46px;
    color: #0694df;
    line-height: 1;
    display: block;
    transition: all .4s
}

.support .box ul li a:hover {
    background: #0694df
}

.support .box ul li a:hover ol h3 {
    color: #fff
}

.support .box ul li a:hover ol dt {
    color: #fff
}

.contact {
    padding: 60px 0 30px;
    background: #f3f5f8
}

.contact .box {
    padding-top: 30px
}

.contact .box ul {
    margin: 0 -27px
}

.contact .box ul li {
    width: 25%;
    padding: 0 27px;
    margin-bottom: 30px;
    float: left
}

.contact .box ul li i {
    width: 115px;
    height: 115px;
    line-height: 104px;
    text-align: center;
    background: #fff;
    border: #f7f8fa solid 5px;
    border-radius: 100px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 11
}

.contact .box ul li ol {
    min-height: 185px;
    background: #fff;
    text-align: center;
    padding: 60px 60px 20px;
    margin-top: -38px
}

.contact .box ul li ol h3 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px
}

.contact .box ul li ol dt {
    font-size: 18px;
    color: #666;
    line-height: 1.2
}

#map {
    height: 450px;
    border-top: 3px solid #fff
}

.video{padding: 60px 0 100px; background: #f3f5f8;}
.video .title p{ color: #000;}
.video .box{ padding-bottom: 30px;}
.video .box ul{ margin: 0 -30px; display: flex; flex-wrap: wrap;}
.video .box ul li{ width: 25%; padding: 0 30px; margin-bottom: 30px;}
.video .box ul li ol{ cursor: pointer;}
.video .box ul li dl{ padding-bottom:75%;}
.video .box ul li dl::before{ content: ""; width: 100%; height: 100%; background: url(../images/videoBtn.png) no-repeat center; position: absolute; left: 0; top: 0; z-index: 11; transition: all .4s;}
.video .box ul li h3{ font-size: 16px; color: #666; font-weight: normal; text-align: center; margin-top: 10px;}

.footer {
    background: #1e1e1e
}

.footer .fmain {
    padding: 50px 0 40px
}

.footer .item {
    float: left
}

.footer .item .tit {
    margin-bottom: 40px
}

.footer .item .tit h3 {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-weight: 500
}

.footer .item .tit h3 span {
    color: #666;
    font-size: 18px;
    margin-left: 5px
}

.footer .item:nth-child(1) {
    width: 610px
}

.footer .item:nth-child(2) {
    width: 320px
}

.footer .item:nth-child(3) {
    width: 270px;
    float: right
}

.footer .fcontact dl {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px
}

.footer .fcontact dt {
    margin-bottom: 30px
}

.footer .fcontact ul {
    width: 400px;
    overflow: hidden
}

.footer .fcontact ul li {
    width: 50%;
    height: 20px;
    line-height: 20px;
    color: #999;
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    float: left
}

.footer .fcontact ul li img {
    max-width: 16px;
    max-height: 17px;
    vertical-align: middle;
    margin-right: 5px;
    float: left
}

.footer .fnav {
    width: 330px
}

.footer .fnav ul li {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 50px;
    float: left
}

.footer .fnav ul li a {
    color: #666;
    line-height: 30px;
    padding-left: 18px;
    background: url(../images/icon12.png) no-repeat left center;
    border-bottom: #3e3e3e solid 1px;
    display: block
}

.footer .fnav ul li a:hover {
    color: #0694df
}

.footer .ewm ol {
    float: left;
    width: 145px;
    margin-right: 20px
}

.footer .ewm li {
    float: left;
    text-align: center;
    color: #999;
    font-size: 16px;
    line-height: 2.2;
    white-space: nowrap;
    padding-top: 40px
}

.footer .copyright {
    background: #2d2d2d;
    color: #999;
    text-align: center;
    line-height: 50px
}

.footer .copyright a {
    color: #999
}

.footer .copyright a:hover {
    color: #0694df
}

.fenye {
    text-align: center;
    font-size: 15px;
    width: 100%;
    height: 40px;
    margin: 10px 0 0
}

.fenye .next,
.fenye .prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #8a8a8a;
    margin-right: 5px;
    display: inline-block;
    font-family: "宋体";
    font-size: 17px;
    background: #fff;
    border: #ebebeb solid 1px;
    border-radius: 6px
}

.fenye a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #8a8a8a;
    margin-right: 5px;
    display: inline-block;
    background: #fff;
    border: #ebebeb solid 1px;
    border-radius: 6px
}

.fenye a:hover {
    color: #fff;
    background: #242a34;
    border: #242a34 solid 1px
}

.fenye a.current {
    color: #fff;
    background: #242a34;
    margin-right: 5px;
    border: #242a34 solid 1px
}

.search-dialog-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999
}

.search-dialog-box .black {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8)
}

.search-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    width: 680px;
    padding: 20px 30px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .33);
    border-radius: 50px
}

.search-dialog input[type=text] {
    float: left;
    width: 86%;
    border: none;
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    color: #999;
    background-color: #fff;
    border-radius: 0
}

.search-dialog input[type=submit] {
    float: right;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border: none;
    padding: 0;
    background-image: url(../images/search-btn.png);
    background-color: transparent;
    cursor: pointer
}

/* 弹出框 */
.tccBox{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.tccBox .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.tccBox .BoxCon{padding: 20px;position: absolute;left:50%;top:50%;box-sizing:border-box;transform: translate(-50%,-50%); color: #999;}
.tccBox .BoxCon .off{ width: 30px; height: 30px; background:url(../images/off.png) no-repeat center; position: absolute; top: -15px; right: -15px;  cursor: pointer;}
.tccBox .BoxCon ul video{ max-width: 1000px;}

.global_bottom_box {
    display: none
}

.izl-rmenu {
    position: fixed;
    right: 0;
    margin-right: 10px;
    bottom: 50px;
    padding-bottom: 20px;
    z-index: 9999
}

.izl-rmenu .btn {
    width: 72px;
    height: 73px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative
}

.izl-rmenu .btn-qq {
    background: url(../images/r_qq.png) 0 0 no-repeat;
    background-color: #ff811b
}

.izl-rmenu .btn-qq:hover {
    background-color: #ff811b
}

.izl-rmenu a.btn-qq,
.izl-rmenu a.btn-qq:visited {
    background: url(../images/r_qq.png) 0 0 no-repeat;
    background-color: #ff811b;
    text-decoration: none;
    display: block
}

.izl-rmenu .btn-wx {
    background: url(../images/r_wx.png) 0 0 no-repeat;
    background-color: #ff811b
}

.izl-rmenu .btn-wx:hover {
    background-color: #ff811b
}

.izl-rmenu .btn-wx .pic {
    position: absolute;
    left: -160px;
    top: 0;
    display: none;
    width: 160px;
    height: 160px;
    max-width: inherit;
    max-height: inherit
}

.izl-rmenu .btn-phone {
    background: url(../images/r_phone.png) 0 0 no-repeat;
    background-color: #ff811b
}

.izl-rmenu .btn-phone:hover {
    background-color: #ff811b
}

.izl-rmenu .btn-phone .phone {
    background-color: #ff811b;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0;
    line-height: 73px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: none
}

.izl-rmenu .btn-top {
    background: url(../images/r_top.png) 0 0 no-repeat;
    background-color: #666;
    display: none
}

.izl-rmenu .btn-top:hover {
    background-color: #444
}

@media only screen and (min-width:1440px) and (max-width:1679px) {
    .wrap {
        width: 1380px
    }

    .header .nav ul li {
        margin-left: 25px
    }
    .header .nav ul li a{ font-size: 16px;}

    .title h3 {
        font-size: 60px
    }

    .title h2 {
        font-size: 30px;
        margin-top: -35px;
        margin-bottom: 10px
    }

    .ipro {
        padding: 55px 0
    }

    .ipro .box {
        margin-bottom: 45px
    }

    .ipro .box .swiper-container {
        margin: 0 -15px
    }

    .ipro .box .swiper-slide {
        padding: 0 15px
    }

    .iabout .aboutCon .text .biaoyu {
        font-size: 35px;
        margin-bottom: 15px
    }

    .history .swiper-container .swiper-slide .item dl {
        font-size: 45px
    }

    .advantage .box>ul>li .item {
        height: 500px
    }

    .advantage .box>ul>li .item .tit h3 {
        font-size: 20px
    }

    .advantage .box>ul>li .item .con ul li {
        margin-bottom: 12px
    }
}

@media only screen and (min-width:1280px) and (max-width:1439px) {
    .wrap {
        width: 1226px
    }

    .header .logo {
        height: 80px;
        padding: 12px 0
    }

    .header .nav ul li {
        margin-left: 20px
    }

    .header .nav ul li a{ font-size: 16px;}

    .title h3 {
        font-size: 60px
    }

    .title h2 {
        font-size: 30px;
        margin-top: -35px;
        margin-bottom: 10px
    }

    .ipro {
        padding: 55px 0
    }

    .ipro .box {
        margin-bottom: 45px
    }

    .ipro .box .swiper-container {
        margin: 0 -15px
    }

    .ipro .box .swiper-slide {
        padding: 0 15px
    }

    .iabout .aboutCon .text .tit h3 {
        font-size: 90px
    }

    .iabout .aboutCon .text .tit h2 {
        margin-bottom: 6px
    }

    .iabout .aboutCon .text .tit p {
        font-size: 28px
    }

    .iabout .aboutCon .text .biaoyu {
        font-size: 35px;
        margin-bottom: 15px
    }

    .iabout .aboutCon .text .box {
        line-height: 28px
    }

    .history .swiper-container .swiper-slide {
        padding: 0 15px
    }

    .history .swiper-container .swiper-slide .item dl {
        font-size: 45px
    }

    .history .swiper-container .swiper-slide .item dt {
        height: 56px
    }

    .advantage .box>ul>li .item {
        height: 500px
    }

    .advantage .box>ul>li .item .tit h3 {
        font-size: 20px
    }

    .advantage .box>ul>li .item .con ul li {
        margin-bottom: 12px
    }

    .inews {
        padding: 50px 0
    }

    .culture {
        padding: 50px 0 70px
    }

    .prolist {
        padding: 30px
    }

    .prolist ul {
        margin: 0 -15px
    }

    .prolist ul li {
        padding: 0 15px
    }

    .footer .item:nth-child(1) {
        width: 520px
    }
}

@media only screen and (min-width:1000px) and (max-width:1279px) {
    body {
        font-size: 15px
    }

    .wrap {
        width: 990px
    }

    .header .logo {
        height: 80px;
        padding: 20px 0
    }

    .header .nav ul {
        margin-left: -17px
    }

    .header .nav ul li {
        margin-left: 10px
    }

    .header .nav ul li a {
        font-size: 16px
    }

    .header .lang {
        margin-left: 40px
    }

    .header .lang::before {
        left: -18px
    }

    .header .lang a {
        font-size: 16px
    }

    .header .searchBtn {
        margin-left: 10px
    }

    .title h3 {
        font-size: 45px
    }

    .title h2 {
        font-size: 24px;
        margin-top: -24px;
        margin-bottom: 10px
    }

    .ipro {
        padding: 55px 0
    }

    .ipro .box {
        margin-bottom: 35px
    }

    .ipro .box .swiper-container {
        margin: 0 -10px
    }

    .ipro .box .swiper-slide {
        padding: 0 10px
    }

    .ipro .box .swiper-slide h3 {
        font-size: 15px;
        line-height: 1.2
    }

    .iabout .aboutCon .text .tit h3 {
        font-size: 90px
    }

    .iabout .aboutCon .text .tit h2 {
        margin-bottom: 6px
    }

    .iabout .aboutCon .text .tit p {
        font-size: 28px
    }

    .iabout .aboutCon .text .biaoyu {
        font-size: 35px;
        margin-bottom: 15px
    }

    .iabout .aboutCon .text .box {
        line-height: 28px
    }

    .history .swiper-container .swiper-slide {
        padding: 0 15px
    }

    .history .swiper-container .swiper-slide .item dl {
        font-size: 45px
    }

    .history .swiper-container .swiper-slide .item dt {
        height: 56px
    }

    .advantage .box>ul>li .item {
        height: 550px
    }

    .advantage .box>ul>li .item .tit h3 {
        font-size: 20px
    }

    .advantage .box>ul>li .item .con ul li {
        margin-bottom: 12px
    }

    .inews {
        padding: 50px 0
    }

    .inews .box ul li ol h3 {
        font-size: 17px
    }

    .inews .box ul li ol dd {
        margin-bottom: 8px
    }

    .inews .box ul li ol dt {
        height: 40px;
        font-size: 14px;
        line-height: 20px
    }

    .patent {
        padding: 50px 0
    }

    .patent .box {
        padding: 0
    }

    .patent .box ul {
        margin: 0 -10px
    }

    .patent .box ul li {
        padding: 0 10px
    }

    .culture {
        padding: 50px 0 70px
    }

    .news .box ul li a {
        padding: 15px
    }

    .news .box ul li ol h3 {
        font-size: 17px
    }

    .news .box ul li ol dd {
        margin-bottom: 8px
    }

    .news .box ul li ol dt {
        height: 40px;
        font-size: 14px;
        line-height: 20px
    }

    .prolist {
        padding: 30px
    }

    .prolist ul {
        margin: 0 -10px
    }

    .prolist ul li {
        width: 33.33%;
        padding: 0 10px
    }

    .support .box ul {
        margin: 0 -15px
    }

    .support .box ul li {
        padding: 0 15px
    }

    .contact .box ul {
        margin: 0 -15px
    }

    .contact .box ul li {
        padding: 0 15px
    }

    .contact .box ul li ol {
        padding: 60px 20px 20px
    }

    .footer .item:nth-child(1) {
        width: 425px
    }

    .footer .item:nth-child(3) {
        width: 230px
    }

    .footer .ewm ol {
        width: 128px
    }
}

@media screen and (max-width:999px) {
    body {
        padding-top: 60px;
        font-size: 15px
    }

    .wrap {
        width: 100%;
        padding: 0 15px
    }

    .header {
        width: 100%;
        height: 60px;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999999
    }

    .header .logo {
        height: 60px;
        padding: 14px 0
    }

    .header .headRight {
        float: none;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100vh - 60px);
        border-top: #eee solid 1px;
        background: #fff;
        display: none
    }

    .header .nav {
        width: 100%;
        float: none
    }

    .header .nav ul {
        margin-left: 0
    }

    .header .nav ul li {
        float: none;
        margin-left: 0;
        line-height: 50px;
        border-bottom: #eee solid 1px;
        position: relative
    }

    .header .nav ul li a {
        color: #000;
        font-size: 15px;
        padding: 0 15px
    }

    .header .nav ul li a:hover {
        color: #0695e1
    }

    .header .nav ul li.on a {
        color: #0695e1
    }

    .header .lang {
        margin-left: 15px
    }

    .header .lang a {
        color: #000;
        line-height: 50px;
        font-size: 15px
    }

    .header .searchBtn {
        margin-left: 14px;
        margin-top: 10px
    }

    .header .menu-toggle {
        width: 60px;
        height: 60px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99999;
        display: block
    }

    .header .menu-toggle span {
        width: 35px;
        height: 2px;
        background: #333;
        display: block;
        position: relative;
        opacity: 1;
        transition: all .3s;
        margin: 30px 0 0 12px
    }

    .header .menu-toggle span:before {
        content: "";
        width: 35px;
        height: 2px;
        background: #333;
        display: block;
        position: absolute;
        left: 0;
        top: -10px;
        transition: all .3s
    }

    .header .menu-toggle span:after {
        content: "";
        width: 35px;
        height: 2px;
        background: #333;
        display: block;
        position: absolute;
        left: 0;
        top: 10px;
        transition: all .3s
    }

    .header .menu-toggle.cur span {
        background-color: transparent
    }

    .header .menu-toggle.cur span:before {
        transform: rotate(45deg);
        top: 0
    }

    .header .menu-toggle.cur span:after {
        transform: rotate(-45deg);
        top: 0
    }

    .banner {
        position: relative
    }

    .banner .swiper-container {
        width: 100%;
        overflow: hidden
    }

    .banner .swiper-container .swiper-slide {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        overflow: hidden
    }

    .banner .swiper-container .swiper-slide a {
        display: block;
        width: 100%
    }

    .banner .swiper-container .swiper-slide img {
        width: 100%
    }

    .banner .pagination {
        position: absolute;
        z-index: 20;
        bottom: 10px;
        width: 100%;
        text-align: center
    }

    .banner .swiper-pagination-switch {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #fff;
        margin: 0 2px;
        border-radius: 10px;
        cursor: pointer
    }

    .banner .swiper-active-switch {
        background: #4bace0;
        opacity: 1
    }

    .neiBanner {
        height: 110px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative
    }

    .title {
        text-align: center;
        margin-bottom: 30px
    }

    .title h3 {
        font-size: 32px
    }

    .title h2 {
        font-size: 22px;
        margin-top: -20px;
        margin-bottom: 10px;
        position: relative
    }

    .title p {
        width: 90%;
        font-size: 13px;
        line-height: 1.2
    }

    .more {
        width: 90px;
        height: 36px;
        line-height: 34px;
        font-size: 14px
    }

    .ipro {
        padding: 30px 0;
        background: #fbfbfb
    }

    .ipro .box {
        margin-bottom: 30px
    }

    .ipro .box .swiper-container {
        margin: 0 -5px
    }

    .ipro .box .swiper-slide {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
        float: left
    }

    .ipro .box .swiper-slide dl {
        padding-bottom: 100%;
        position: relative;
        overflow: hidden
    }

    .ipro .box .swiper-slide dl::before {
        content: "";
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        border: #e4e4e4 solid 3px;
        position: absolute;
        left: 0;
        top: 0;
        transition: all .4s
    }

    .ipro .box .swiper-slide dl img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        padding: 3px
    }

    .ipro .box .swiper-slide h3 {
        font-size: 15px;
        font-weight: 400;
        text-align: center;
        margin-top: 5px
    }

    .ipro .box .swiper-slide a:hover dl::before {
        border: #0695e1 solid 3px
    }

    .ipro .box .swiper-slide:nth-last-child(1) {
        display: none
    }

    .iabout {
        padding: 50px 0;
        background: url(../images/iaboutBg.jpg) no-repeat center bottom;
        background-size: cover;
        border-bottom: #dadada solid 3px
    }

    .iabout .aboutCon {
        margin-bottom: 30px
    }

    .iabout .aboutCon .text {
        width: 100%;
        float: none
    }

    .iabout .aboutCon .text .tit {
        margin-top: -18px;
        margin-bottom: 10px
    }

    .iabout .aboutCon .text .tit h3 {
        font-size: 50px;
        margin-right: 10px;
        float: left
    }

    .iabout .aboutCon .text .tit dl {
        float: left;
        padding-top: 10px
    }

    .iabout .aboutCon .text .tit h2 {
        font-size: 16px;
        margin-bottom: 8px
    }

    .iabout .aboutCon .text .tit p {
        font-size: 24px
    }

    .iabout .aboutCon .text .biaoyu {
        font-size: 22px;
        margin-bottom: 10px
    }

    .iabout .aboutCon .text .box {
        line-height: 1.6
    }

    .iabout .aboutCon .text .more {
        margin: 30px auto 0;
        float: none
    }

    .iabout .aboutCon .pic {
        width: 100%;
        padding-left: 0;
        padding-top: 25px;
        float: none
    }

    .history {
        position: relative
    }

    .history::after {
        content: "";
        width: 100%;
        height: 20px;
        background: url(../images/icon06.png) repeat-x;
        position: absolute;
        left: 0;
        bottom: 25px
    }

    .history .swiper-container .swiper-slide {
        padding: 0 10px;
        box-sizing: border-box
    }

    .history .swiper-container .swiper-slide .item {
        height: 155px;
        text-align: center
    }

    .history .swiper-container .swiper-slide .item dl {
        font-size: 36px;
        opacity: .17
    }

    .history .swiper-container .swiper-slide .item dt {
        height: 48px;
        font-size: 14px;
        line-height: 1.2;
        margin-top: 10px
    }

    .history .swiper-container .swiper-slide .item dd {
        font-size: 16px;
        color: #565656;
        font-weight: 700;
        line-height: 1;
        position: relative;
        margin-top: 45px
    }

    .history .swiper-container .swiper-slide .item dd::before {
        content: "";
        width: 42px;
        height: 42px;
        background: url(../images/icon05.png) no-repeat center;
        position: absolute;
        left: 50%;
        top: -40px;
        transform: translateX(-50%)
    }

    .advantage {
        padding: 40px 0
    }

    .advantage .box ul {
        margin: 0
    }

    .advantage .box>ul>li {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        float: none
    }

    .advantage .box>ul>li .item {
        height: auto;
        padding: 25px 20px;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        border-radius: 10px
    }

    .advantage .box>ul>li .item .tit {
        text-align: center;
        margin-bottom: 15px
    }

    .advantage .box>ul>li .item .tit dl {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .advantage .box>ul>li .item .tit h3 {
        font-size: 20px;
        color: #000;
        font-weight: 700
    }

    .advantage .box>ul>li .item .con ul li {
        font-size: 14px;
        line-height: 18px;
        padding-left: 20px;
        position: relative;
        margin-bottom: 8px
    }

    .layout {
        padding: 40px 0
    }

    .inews {
        padding: 40px 0 50px
    }

    .inews .box {
        margin-bottom: 30px
    }

    .inews .box ul {
        margin: 0
    }

    .inews .box ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        float: none
    }

    .inews .box ul li a {
        background: #fff;
        padding: 10px;
        display: block;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1)
    }

    .inews .box ul li ol h3 {
        font-size: 16px;
        margin: 8px 0
    }

    .inews .box ul li ol dd {
        font-size: 12px;
        margin-bottom: 10px
    }

    .inews .box ul li ol dt {
        height: 32px;
        line-height: 16px;
        font-size: 13px
    }

    .inews .box ul li a:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, .2)
    }

    .about {
        padding: 30px 0 40px;
        background: #f9f9f9
    }

    .about .text {
        line-height: 1.6;
        margin-bottom: 50px
    }

    .about .pic {
        padding-top: 60px;
        display: block;
        justify-content: space-between
    }

    .about .pic img {
        width: 100%;
        display: block;
        margin-bottom: 4px
    }

    .num {
        background: url(../images/numBg.jpg) no-repeat center;
        background-size: cover
    }

    .num .box {
        height: 180px
    }

    .num .box ul {
        padding-top: 60px;
        overflow: hidden
    }

    .num .box ul li {
        width: 33.33%;
        text-align: center;
        position: relative;
        float: left
    }

    .num .box ul li::before {
        content: "";
        width: 1px;
        height: 65px;
        background: #fff;
        position: absolute;
        left: -1px;
        top: 0
    }

    .num .box ul li dl {
        font-size: 30px
    }

    .num .box ul li dl span {
        font-size: 15px
    }

    .num .box ul li dd {
        font-size: 13px;
        color: #fff
    }

    .patent {
        padding: 40px 0 40px;
        background: #f3f5f8
    }

    .patent .box {
        padding: 0
    }

    .patent .box ul {
        margin: 0 -5px
    }

    .patent .box ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 15px;
        float: left
    }

    .patent .box ul li dl img {
        padding: 5px
    }

    .patent .box ul li h3 {
        font-size: 15px;
        margin-top: 5px
    }

    .culture {
        padding: 40px 0 40px
    }

    .culture .box {
        padding-top: 5px
    }

    .culture .box ul {
        margin: 0
    }

    .culture .box ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        float: none
    }

    .culture .box ul li h3 {
        font-size: 16px;
        padding: 10px 0;
        margin-bottom: 5px;
        position: relative
    }

    .culture .box ul li h3::after {
        content: "";
        width: 30px;
        height: 3px;
        background: #156ade;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%)
    }

    .culture .box ul li dt {
        font-size: 14px;
        line-height: 1.5
    }

    .news {
        padding: 30px 0 40px
    }

    .news .box {
        margin-bottom: 30px
    }

    .news .box ul {
        margin: 0
    }

    .news .box ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        float: none
    }

    .news .box ul li a {
        background: #fff;
        padding: 10px 10px 15px;
        display: block;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1)
    }

    .news .box ul li ol h3 {
        font-size: 16px;
        margin: 6px 0
    }

    .news .box ul li ol dd {
        font-size: 12px;
        margin-bottom: 8px
    }

    .news .box ul li ol dt {
        height: 32px;
        line-height: 16px;
        font-size: 13px
    }

    .newsView {
        padding: 30px 0 40px
    }

    .newsView .box {
        background: #fff;
        box-shadow: 5px 8px 0 #e4e4e4;
        margin-bottom: 10px
    }

    .newsView .box .newsHead {
        padding: 30px 20px 10px;
        position: relative
    }

    .newsView .box .newsHead::after {
        content: "";
        width: 40px;
        height: 3px;
        background: #0694df;
        position: absolute;
        left: 20px;
        bottom: -2px
    }

    .newsView .box .newsHead h1 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .newsView .box .newsHead span {
        font-size: 13px;
        margin-right: 10px
    }

    .newsView .box .industryHead {
        font-size: 35px;
        font-weight: 400;
        color: #000;
        padding: 50px 70px 30px;
        border-bottom: #eaeaea solid 2px;
        position: relative
    }

    .newsView .box .industryHead::after {
        content: "";
        width: 60px;
        height: 3px;
        background: #0694df;
        position: absolute;
        left: 70px;
        bottom: -2px
    }

    .newsView .box .viewCon {
        padding: 30px 20px 50px;
        line-height: 1.7;
        font-size: 15px
    }

    .newsView .box .viewPage {
        border-top: #eaeaea solid 2px;
        padding: 20px 15px;
        overflow: hidden
    }

    .newsView .box .viewPage .boxCon {
        float: none;
        padding-right: 115px
    }

    .newsView .box .viewPage .boxCon a {
        font-size: 14px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 10px
    }

    .newsView .box .viewPage .boxCon b {
        color: #0694df
    }

    .newsView .box .viewPage .back {
        width: 100px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        border-radius: 40px;
        background: #0694df;
        float: none;
        margin: 0 auto;
        right: 20px
    }

    .newsView .box .viewPage .back a {
        color: #fff;
        font-size: 13px;
        display: block
    }

    .products {
        padding: 25px 0 30px;
        background: #f3f5f8
    }

    .products .leftNav {
        width: 100%;
        float: none;
        margin-bottom: 10px
    }

    .products .leftNav dl {
        padding-left: 15px;
        height: 46px;
        line-height: 46px;
        font-size: 18px;
        background: #4bace0 url(../images/xiala.png) no-repeat right 15px center;
        background-size: 20px auto
    }

    .products .leftNav ul {
        display: none
    }

    .products .leftNav ul li {
        margin-top: 3px
    }

    .products .leftNav ul li a {
        color: #000;
        line-height: 40px;
        background: #fff;
        padding-left: 18px;
        display: block;
        position: relative
    }

    .leftNav ul li.on a,
    .products .leftNav ul li a:hover {
        color: #0694df
    }

    .products .leftNav ul li a:hover::before,
    .products .leftNav ul li.on a::before {
        content: "";
        width: 5px;
        height: 20px;
        background: #0694df;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .rightBox {
        width: 100%;
        float: none
    }

    .bread {
        display: none
    }

    .prolist {
        background: #fff;
        padding: 20px 10px 25px
    }

    .prolist ul {
        margin: 0 -5px;
        padding-bottom: 20px
    }

    .prolist ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
        float: left
    }

    .prolist ul li h3 {
        height: 38px;
        font-size: 14px;
        line-height: 1.2;
        margin-top: 10px
    }

    .proview {
        background: #fff;
        padding: 30px 20px 50px
    }

    .proview .tit {
        margin-bottom: 30px
    }

    .proview .tit h1 {
        font-size: 17px
    }

    .proview .box {
        text-align: center
    }

    .products .page {
        padding: 30px
    }

    .products .page li {
        display: inline-block;
        margin: 0 5px
    }

    .products .page li a {
        width: 110px;
        height: 36px;
        line-height: 36px
    }

    .case {
        padding: 30px 0
    }

    .case .box {
        padding: 0
    }

    .case .box ul {
        margin: 0 -5px
    }

    .case .box ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 15px;
        float: left
    }

    .case .box ul li dl {
        padding-bottom: 75%;
        position: relative;
        overflow: hidden;
        margin-bottom: 5px
    }

    .case .box ul li dl::before {
        content: "";
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border: #fff solid 5px
    }

    .case .box ul li dl img {
        padding: 5px
    }

    .case .box ul li h3 {
        font-size: 15px
    }

    .support {
        padding: 30px 0 40px;
        background: #f3f5f8
    }

    .support .box {
        padding: 0 0 10px
    }

    .support .box ul {
        margin: 0
    }

    .support .box ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        float: none
    }

    .support .box ul li a {
        height: 90px;
        padding: 10px;
        overflow: hidden
    }

    .support .box ul li ol {
        padding: 0 0 0 80px;
        position: relative
    }

    .support .box ul li ol h3 {
        font-size: 15px;
        padding-bottom: 5px
    }

    .support .box ul li ol dt {
        padding-top: 0;
        font-size: 13px;
        color: #999;
        line-height: 1.2
    }

    .support .box ul li ol dl {
        width: 70px;
        height: 70px;
        font-size: 13px;
        padding-top: 8px
    }

    .support .box ul li ol dl b {
        font-size: 28px
    }

    .contact {
        padding: 30px 0 5px
    }

    .contact .box {
        padding: 0
    }

    .contact .box ul {
        margin: 0 -5px 20px
    }

    .contact .box ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
        float: left
    }

    .contact .box ul li i {
        width: 70px;
        height: 70px;
        line-height: 62px;
        border: #f7f8fa solid 5px
    }

    .contact .box ul li i img {
        width: 25px
    }

    .contact .box ul li ol {
        min-height: 150px;
        padding: 50px 15px 20px;
        margin-top: -38px
    }

    .contact .box ul li ol h3 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .contact .box ul li ol dt {
        font-size: 14px
    }

    #map {
        height: 300px
    }

    .video { padding: 40px 0 60px; }
    .video .box { padding-bottom: 0; }
    .video .box ul { margin: 0 -10px;}
    .video .box ul li{ width: 50%; padding: 0 10px; margin-bottom: 15px;}
    .video .box ul li h3{ font-size: 14px;}

    .footer {
        margin-bottom: 50px
    }

    .footer .item:nth-child(1) {
        width: 100%
    }

    .footer .item:nth-child(2) {
        display: none
    }

    .footer .item:nth-child(3) {
        display: none
    }

    .footer .item .tit {
        margin-bottom: 20px;
        display: none
    }

    .footer .fcontact ul {
        width: 100%
    }

    .footer .fcontact dl {
        font-size: 16px
    }

    .footer .copyright {
        line-height: 1.2;
        font-size: 13px;
        padding: 10px
    }

    .fenye {
        text-align: center;
        font-size: 14px;
        width: 100%;
        height: 40px;
        margin: 10px 0 0
    }

    .fenye .next,
    .fenye .prev {
        width: 34px;
        height: 34px;
        line-height: 32px;
        margin-right: 2px;
        font-size: 16px
    }

    .fenye a {
        width: 34px;
        height: 34px;
        line-height: 32px;
        margin-right: 2px
    }

    .fenye a:hover {
        color: #fff;
        background: #242a34;
        border: #242a34 solid 1px
    }

    .fenye a.current {
        color: #fff;
        background: #242a34;
        margin-right: 2px;
        border: #242a34 solid 1px
    }

    .tccBox .BoxCon {
        width: 95%
    }

    .search-dialog {
        width: 95%
    }

    .tccBox .BoxCon{ width: 90%;}
    .tccBox .BoxCon ul video{ width: 100%;}
    .search-dialog{ width: 95%;}

    .global_bottom_box {
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: #000;
        color: #fff;
        text-align: center;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 1111;
        display: block
    }

    .global_bottom_box a {
        display: inline-block;
        color: #fff;
        font-size: 15px;
        background: url(../images/global_bottom_tel.png) no-repeat left center;
        background-size: 18px auto;
        padding-left: 25px
    }

    .izl-rmenu {
        display: none
    }
}

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&display=swap');